home *** CD-ROM | disk | FTP | other *** search
/ TP Link / TP Link Driver CD.iso / TL-WN353GD / Setup / data1.cab / Potocol_Rtlprot_X64 / RtlProt.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2007-07-26  |  2.8 KB  |  93 lines

  1. ;-------------------------------------------------------------------------
  2. ; RTLPROT.INF -- Realtek Utility NDIS Protocol Driver
  3. ;
  4. ; Copyright (c) 2003, Microsoft Corporation
  5. ; Copyright (c) 2006, Realte Semicouductor Corp.
  6. ;-------------------------------------------------------------------------
  7. [version]
  8. Signature   = "$Windows NT$"
  9. Class       = NetTrans
  10. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  11. Provider    = %RTL%
  12. CatalogFile = RtlProt.cat                               ;; for WHQL certified
  13. DriverVer   = 12/01/2006,6.0.5019.1
  14.  
  15. [Manufacturer]
  16. %RTL%=RTL,NTx86,NTia64,NTamd64
  17.  
  18. [RTL.NTx86]
  19. %RTLPROT_Desc%=Install, RTL_RTLPROT
  20.  
  21. [RTL.NTia64]
  22. %RTLPROT_Desc%=Install, RTL_RTLPROT
  23.  
  24. [RTL.NTamd64]
  25. %RTLPROT_Desc%=Install, RTL_RTLPROT
  26.  
  27. ;-------------------------------------------------------------------------
  28. ; Installation Section
  29. ;-------------------------------------------------------------------------
  30. [Install]
  31. AddReg=Inst_Ndi
  32. Characteristics=0x0 ; 
  33. CopyFiles=CpyFiles_Sys
  34.  
  35. ;-------------------------------------------------------------------------
  36. ; Ndi installation support
  37. ;-------------------------------------------------------------------------
  38. [Inst_Ndi]
  39. HKR,Ndi,Service,,"RtlProt"
  40. HKR,Ndi,HelpText,,%RTLPROT_HelpText%
  41. HKR,Ndi\Interfaces, UpperRange,, noupper
  42. HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4,ndis5_prot"
  43.  
  44. ;-------------------------------------------------------------------------
  45. ; Service installation support
  46. ;-------------------------------------------------------------------------
  47. [Install.Services]
  48. AddService=RtlProt,,RTLPROT_Service_Inst
  49.  
  50. [RTLPROT_Service_Inst]
  51. DisplayName     = %RTLPROT_Desc%
  52. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  53. StartType       = 1 ;service_start_at_system_start
  54. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  55. ServiceBinary   = %12%\rtlprot.sys
  56. LoadOrderGroup  = NDIS
  57. Description     = %RTLPROT_Desc%
  58.  
  59. [Install.Remove.Services]
  60. DelService=RtlProt,0x200
  61.  
  62. ;-------------------------------------------------------------------------
  63. ; Declare Destination Directories for file copy/deletion
  64. ;-------------------------------------------------------------------------
  65. [SourceDisksNames]
  66. 1=%DiskDescription%,"",,
  67.  
  68. [SourceDisksFiles]
  69. rtlprot.sys=1
  70.  
  71.  
  72. [DestinationDirs]
  73. CpyFiles_Sys    = 12    ; DIRID_DRIVERS
  74.  
  75.  
  76. ;-------------------------------------------------------------------------
  77. ; Files to Copy/Delete - Referenced by Install and Remove sections above
  78. ;-------------------------------------------------------------------------
  79. [CpyFiles_Sys]
  80. RtlProt.sys,,,2
  81.  
  82. [Strings]
  83. Msft = "Microsoft"
  84. RTL  = "Realtek"
  85. DiskDescription = "Realtke RtlProt WLAN Utility Protocol Driver Disk"
  86. RTLPROT_Desc = "Realtke RtlProt WLAN Utility Protocol Driver"
  87. RTLPROT_HelpText = "A driver for Realtke WLAN Utility user-mode I/O on NDIS devices"
  88.  
  89.  
  90.  
  91.  
  92.  
  93.